body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, div, pre, fieldset, button, input, textarea, th, td, span, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
}
input, button {
    border: none;
    outline: none;
}
body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
ol, ul {
    list-style: none;
}
img {
    max-width: 100%;
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.infotextkey {
    color: blue;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.commom-width {
    width: 1200px;
    margin: 0 auto;
}
.bgwhite{
    background: #fff;
    margin-bottom: 40px;
}
.bggray{
    background:#f9f9f9;
    padding-bottom: 40px;
}
.header{
    width: 100%;
    height:80px;
    background: #4195f5;
}
.flex{
    display: flex;
}
.header .header_imgs{
    width: 320px;
    margin-left: 20px;
}
.header_imgs img{
    width:120px;
    height:40px;
    margin-top: 10px;
}
.marLeft50{
    margin-left: 50px;
}
.marTop30{
    margin-top: 30px;
}
.marTop55{
    margin-top: 55px;
}
.marTop80{
    margin-top: 80px;
}

.marTop65{
    margin-top:65px;
}
.marTop40{
    margin-top: 40px;
}
.marTop30{
    margin-top: 30px;
}
.left_big_img{
    width: 406px;
    height:168px;
}
.left_small_img{
    width: 195px;
    height:168px;
}
.marleft16{
    margin-left: 16px;
}
.marTop18{
    margin-top: 18px;
}
.imgs_jieshao{
    position: absolute;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    bottom: 15px;
    /*text-overflow: ellipsis;*/
    padding: 0 25px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /*background: -webkit-linear-gradient(top, transparent, rgba(10, 16, 4, 0.2), rgba(10, 16, 4, 0.5), rgba(0, 0, 0, 6));*/
}

/*导航*/
#nav{
    margin-top:26px;
}
#nav .first_menu{
    float:left;
    color:#fff;
}
#nav .first_menu:not(:first-child){
    margin-left: 18px;
}
#nav .first_menu .first_menu_link{
    color:#000;
    text-decoration:none;
    line-height:32px;
    display:block;
    padding: 0 24px;
    color: #fff;
    margin-bottom: 10px;
}
#nav .first_menu .first_menu_link:hover, #nav .first_menu .first_menu_link.cur{
    color:#4195f4;
    background:#fff;
    text-decoration:none;
}
#nav .first_menu ul{
    display:none;
    overflow: hidden;
    position:absolute;
    z-index:9999;
    /*margin-top: 10px;*/
}

#nav .first_menu li{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width:80px;
    margin-bottom: 0;
    border-bottom: 1px solid #415061;
}
#nav .first_menu ul li a:hover{
    background: none;
    color: #67abf6;
}

#nav .first_menu ul li a {
    color: #000;
    text-decoration: none;
    line-height: 32px;
    display: block;
    padding: 0 24px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
#nav .first_menu li:last-child{
    border:none;
}
.header .search_txt{
    width: 248px;
    height:38px;
    line-height: 38px;
    border-radius: 16px;
    margin-left: 10px;
    margin-top: 22px;
    padding-left: 30px;
    background: #67abf6;
    color: #fff;
    font-size: 16px;
}
.nav .second_menu{
}
.search_txt::placeholder{
    color:#bfd9f4;
}
.search_icon{
    width: 18px;
    height:18px;
    position: absolute;
    right:25px;
    top:32px;
    background: url("../images/search.png");
}
.slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.slider .bd {
    width: 100%;
    position: absolute;
    top: -1px;
}
.slider .bd li {
    width: 100%;
    overflow: hidden;
}
.slider .bd li img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
}

.slider .tempWrap {
    overflow: visible !important
}
.slider .tempWrap ul {
    margin-left: -100% !important;
}
.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 24px;
    text-align: center;
}
.slider .hd li {
    display: inline-block;
    background: #e5e5e5;
    zoom: 1;
    width: 80px;
    height: 8px;
    line-height: 99px;
    margin: 0 8px;
    cursor: pointer;
}
.slider .hd li.on {
    background: #d52f04;
}
.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 502px;
    cursor: pointer;
}
.slider .prev {
    left: -50%;
    margin-left: -600px;
}
.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 502px;
}
.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.slider .prev .arrow {
    right: -20px;
    background: url(../images/index-banner-icon.png) -228px center no-repeat;
}
.slider .next .arrow {
    left: 19px;
    background: url(../images/index-banner-icon.png) 0 no-repeat;
}

.banner_title_info{
    display: flex;
    width: 870px;
    border-bottom:6px solid #eeeeee;
    height:60px;
    position:relative;
}
.banner_title_zengji,.banner_title_jianfei{
    display: flex;
    width: 406px;
    border-bottom:6px solid #eeeeee;
    height:60px;
    position:relative;
}
.banner_title_info h2,.banner_title_zengji .banner_title,.banner_title_jianfei .banner_title{
    width: 238px;
    height:60px;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    line-height: 50px;
    border-bottom:6px solid #4195f4;
    position: relative;
}
.banner_title_info span,.banner_title_zengji span,.banner_title_jianfei span{
    font-size: 18px;
    color:#4195f4;
    display: inline-block;
    position: absolute;
    top:8px;
    right:5px;
}
.show_more{
    font-size: 16px;
    color:#888;
    position: absolute;
    right:0;
    top:25px;
}
.news_info{
    width: 406px;
}
.news_info img{
    width: 130px;
    height: 85px;
}
.news_info h2{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left:10px;
    padding-top: 5px;
    width: 270px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_info .first_title{
    width: 270px;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding-left:10px;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.circle_dots{
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 5px;
    background: #ddd;
    margin-top: 15px;
}
.news_info li{
    height:40px;
    position: relative;
}

.news_info_title{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    padding-left: 10px;
    line-height: 40px;
    width: 314px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_info_date{
    font-size: 12px;
    color: #999;
    overflow: hidden;
    position: absolute;
    right:0;
    top:14px;
    white-space: nowrap;
}
.news_info .recommend_news_first,.jsdz_news_first{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 25px;
}
.right_banner_title{
    height:30px;
    position: relative;
}
.right_banner_title h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-left: 7px solid #4195f4;
    padding-left: 10px;
}
.right_banner_title .show_more_info{
    position: absolute;
    right:0;
    bottom:0
}
.list_banner{
    margin-top: 20px;
    overflow: hidden;
}
.list_banner li{
    float: left;
    margin: 0 7px 14px 0;
}
.list_banner li:nth-child(3n){
    margin-right:0;
}
.list_banner .right_buwei_imgs{
    width: 88px;
    height:80px;
    border-radius: 5px;
}
.list_banner li p{
    width: 80px;
    font-size: 16px;
    color:#000;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.marbottom150{
    padding-bottom: 150px;
    overflow: hidden
}
/*.header .nav_active{*/
/*    border-bottom:3px solid #3a9b3e;*/
/*    color:#3a9b3e !important;*/
/*}*/
.footer{
    height:200px;
    width: 100%;
    background:#111111;
	overflow: hidden;
}

.clear{
    clear: both;
}
.footer .footer_link{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.footer_link li a{
    font-size: 16px;
    color: #666;
    padding-right:7px;
}
.footer .copyright{
    font-size: 17px;
    color: #666;
    text-align: center;
    padding-top: 20px;
}
.martop100{
    margin-top: 100px;
}

.fixed{
    position: fixed;
    left:0;
    z-index:99999999;
}
img:hover {
    opacity: 0.9;
    /*color: #fff;*/
    background: rgba(0,0,0,0.8);
}
.header_imgs img:hover,.recommend_right_img:hover,.index-banner img:hover{
    opacity: 1;
    background: none;
}
.food_jiugongge li img:hover,.list_foods_info img:hover,.food_fenlei_name img:hover{
    opacity: 0.8;
    /*color: #fff;*/
    background: #fff;
}
a:hover,.menu_list:hover{
    cursor: pointer;
}
.marLeft40{
    margin-left: 40px;
}
.marBottom60{
    margin-bottom: 60px;
}
.yq_links{
    margin-bottom: 10px;
}
.yq_links ul li{
    float: left;
    font-size: 16px;
    color:#000;
    margin-right: 35px;
}
.yq_links ul li a{
	color:#000;
}
.yq_links span{
    margin-right: 5px;
}
.u_click{
    cursor: not-allowed !important;
    background: #282626;
    color: #646363;
    width: 62px;
}
.link_lanmu_info{
    margin-top: 60px;
}
.lanmu_name,.link_jihua{
    align-items: center;
    border-bottom: 1px solid #4195f4;
    padding-left: 5px;
    padding-bottom: 10px;
}
.lanmu_name h2,.link_jihua h2{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}
.lanmu_name span,.link_jihua span{
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 50%;
    background: #4195f5;
    vertical-align: top;
}

.link_foods_list,.link_yujia_list{
    padding-left: 28px;
    overflow: hidden;
}
.link_foods_list li {
    float: left;
    font-size: 16px;
    color: #000;
    width: 195px;
    padding-top: 45px;
}
.link_yujia_list li{
    float: left;
    font-size: 16px;
    color: #000;
    width: 105px;
    padding-top: 45px;
}
.link_jsway_list{
    padding-left: 28px;
    overflow: hidden;
}
.link_buwei_list,.link_dz_list{
    padding-left: 28px;
    overflow: hidden;
}
.link_jsway_list li,.link_buwei_list li,.link_dz_list li{
    float: left;
    font-size: 16px;
    color: #000;
    width: 97px;
    padding-top: 32px;
}
.link_jsway_list li:nth-child(1),.link_buwei_list li:nth-child(1),.link_dz_list li:nth-child(1){
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-top: 0px;
    padding-top: 30px;
}
